WaypointOrBuilder

interface WaypointOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
abstract fun getDescription(): String

Description of the waypoint - max 100 chars
string description = 7;
Link copied to clipboard
abstract fun getDescriptionBytes(): ByteString

Description of the waypoint - max 100 chars
string description = 7;
Link copied to clipboard
abstract fun getExpire(): Int

Time the waypoint is to expire (epoch)
uint32 expire = 4;
Link copied to clipboard
abstract fun getIcon(): Int

Designator icon for the waypoint in the form of a unicode emoji
fixed32 icon = 8;
Link copied to clipboard
abstract fun getId(): Int

Id of the waypoint
uint32 id = 1;
Link copied to clipboard
abstract fun getLatitudeI(): Int

latitude_i
optional sfixed32 latitude_i = 2;
Link copied to clipboard
abstract fun getLockedTo(): Int

If greater than zero, treat the value as a nodenum only allowing them to update the waypoint.
If zero, the waypoint is open to be edited by any member of the mesh.
uint32 locked_to = 5;
Link copied to clipboard
abstract fun getLongitudeI(): Int

longitude_i
optional sfixed32 longitude_i = 3;
Link copied to clipboard
abstract fun getName(): String

Name of the waypoint - max 30 chars
string name = 6;
Link copied to clipboard
abstract fun getNameBytes(): ByteString

Name of the waypoint - max 30 chars
string name = 6;
Link copied to clipboard
abstract fun hasLatitudeI(): Boolean

latitude_i
optional sfixed32 latitude_i = 2;
Link copied to clipboard
abstract fun hasLongitudeI(): Boolean

longitude_i
optional sfixed32 longitude_i = 3;